* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}


.head-part {
    margin-top: 70px;
    display: grid;
    position: relative;
    grid-template-columns: auto auto auto auto;
}

.head-part img {
    width: 100%;
    height: 333px;
}

.head-part .back-drop {
    background-color: rgba(0, 0, 0, 0.705);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55;
}

.head-part h1 {
    backdrop-filter: blur(2px);
    color: white;
    position: absolute;
    top: 40%;
    left: 10%;
    font-size: 43px;
    font-weight: 600;
    border-bottom: 2px solid white;
    font-family: 'Mulish', sans-serif;
}

.para-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 10px;
    background-color:rgb(236, 139, 27);
    margin-top: 5.5px;

}

.para-container h1.head {
    margin: 0px 0px 20px 0px;
    border-bottom: 2.5px solid white;
    font-family: 'Mulish', sans-serif;
    color: white;
    margin-bottom: 30px;
}

.para-container p.info {
    text-align: center;
    width: 70%;
    font-size: 20px;
    color: white;
    font-family: 'Open Sans', sans-serif;
}


.products-section p {
    text-align: center;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
}

.products-section .info{
    padding:10px 50px;
    margin-top: 20px;
}

.products-section {
    margin: 100px 0px;
    padding: 10px 40px;
}

.products-section h1 {
    display: block;
    width: 520px;
    margin: 30px auto 0px auto;
    font-size: 28px;
    padding: 20px 0px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 12px 0 rgb(0 0 0 / 21%);
    font-family: 'Mulish', sans-serif;
}

.products-section h5{
    font-size: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.116);
    color: black;
    margin: 20px 0px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-family: 'Rubik', sans-serif;
}

.products-section .Models-btn-section a{
    border: none;
    background-color:rgb(236, 139, 27);
    color: white;
    font-family: 'Rubik', sans-serif;
    padding: 12px 20px;
    font-size: 16px;
    text-decoration: none;
    margin: 0px 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.products-section .product{
    margin-bottom: 100px;
}

.products-section .Models-btn-section a:hover{
    background-color: white;
    color: rgb(236, 139, 27);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.377);
}

.products-section .product .product-info1,.products-section .product .product-info2{
    padding: 10px 30px;
    margin: 5px 0px;
}

.products-section .product .product-info1 i,.products-section .product .product-info2 i{
    font-size:16px;
    color: rgb(236, 139, 27);
    margin-right: 10px;
}

.products-section .product #specifications{
    display: none;
}

.products-section .product .btn-feature{
    background-color: white;
    color: rgb(236, 139, 27);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.363);
}

.products-section .product .product-info1 h6,.products-section .product .product-info2 h6{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin: 5px 0px;
}

.products-section .product{
    position: relative;
}

.products-section .product .model1,.products-section .product .model2,.products-section .product .model3,.products-section .product .model4,.products-section .product .model5,.products-section .product .model6,.products-section .product .model7,.products-section .product .model8,.products-section .product .model9,.products-section .product .model10,.products-section .product .model9{
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    transform: translateX(100%);
    transition: all 0.6s;
}

.products-section .product .model11{
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

.products-section .product a.video-btn{
    border: none;
    background-color:rgb(236, 139, 27);
    color: white;
    font-family: 'Rubik', sans-serif;
    padding: 12px 20px;
    font-size: 18px;
    text-decoration: none;
    margin: 30px 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.products-section .product a.video-btn:hover{
    border-radius: 40px;
}

.products-section .product .model1{
    transform: translateX(0);
}

.product #slide4,.product #slide11{
    background-color: white;
    color: rgb(236, 139, 27);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 38%);
}

.products-section .product .model4{
    transform: translateX(0);
}

.products-section .product .model10   .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}

.products-section .product .model10 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}

.products-section #main-product-2{
    height: 1450px;
}

.products-section .product .model5 .option-btn-box{
    margin-top: 35px;
}

.products-section #main-product-3{
    height: 1500px;
}



.head-part-products{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.head-part-products .back-drop{
    display: flex;
    align-items: center;
    justify-content:center;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.712);
    position: absolute;
}

.head-part-products img{
    width: 50%;
}

.head-part-products .back-drop h1{
    backdrop-filter: blur(10px);
    color: white;
    font-size: 50px;
    font-weight: 600;
    padding: 5px 50px;
    font-family: 'Mulish', sans-serif;
    border-radius: 50px;
}